func runtime.mcount
8 uses
runtime (current package)
os_linux.go#L191: print("runtime: failed to create new OS thread (have ", mcount(), " already; errno=", ret, ")\n")
proc.go#L900: count := mcount() - int32(extraMInUse.Load()) - int32(extraMLength.Load())
proc.go#L5384: func mcount() int32 {
proc.go#L5950: run := mcount() - sched.nmidle - sched.nmidlelocked - sched.nmsys
proc.go#L5955: print("runtime: checkdead: nmidle=", sched.nmidle, " nmidlelocked=", sched.nmidlelocked, " mcount=", mcount(), " nmsys=", sched.nmsys, "\n")
proc.go#L6341: print("SCHED ", (now-starttime)/1e6, "ms: gomaxprocs=", gomaxprocs, " idleprocs=", sched.npidle.Load(), " threads=", mcount(), " spinningthreads=", sched.nmspinning.Load(), " needspinning=", sched.needspinning.Load(), " idlethreads=", sched.nmidle, " runqueue=", sched.runqsize)
signal_unix.go#L781: if crashing.Load() < mcount()-int32(extraMLength.Load()) {
signal_unix.go#L803: for timeout > 0 && (crashing.Load() < mcount()-int32(extraMLength.Load())) {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |